home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 969 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: mail2news.demon.co.uk!vmssys.demon.co.uk
  2. From: Mark Hebblethwaite <Mark@vmssys.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: A1200 Floppy vs. serial
  5. Date: Fri, 12 Jan 96 00:47:12 GMT
  6. Organization: At Home
  7. Message-ID: <9601120047.AA0002e@vmssys.demon.co.uk>
  8. References: <290.6582T680T2285@garlic.com>
  9. X-NNTP-Posting-Host: vmssys.demon.co.uk
  10. X-Newsreader: TIN [AMIGA 1.3 950131BETA PL0]
  11. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!vmssys.demon.co.uk
  12.  
  13. Greg Thomson (kbull@garlic.com) wrote:
  14. : Hello there,
  15. :  I have an A1200 with 030 and an HD. When I download something off a BBS
  16. : and decompress a DMS archive, or write something to the disk I get
  17. : a lot of errors in my com program. Is there anything that can be done
  18. : about that?
  19.  
  20. Try raising the priority of the comms package to something above the
  21. priority of the hard drive.  21 usually works.  I use that on my BBS and
  22. it sures all tasking problems.
  23.  
  24. Try
  25.  
  26. 1> status full
  27. Process  2: stk  4000, gv 150, pri   5 Loaded as command: PowerSnap-handler
  28. Process  3: stk  6000, gv 150, pri   1 Loaded as command: Workbench
  29. Process  4: stk  4000, gv 150, pri   2 Loaded as command: ToolsDaemon
  30. Process  5: stk  4096, gv 150, pri   0 Loaded as command: L:Fifo-Handler
  31. Process  6: stk 40000, gv 150, pri   0 Loaded as command: AmiTCP:Bin/Tin.Exe
  32. Process  7: stk  4096, gv 150, pri   0 Loaded as command: status
  33. 1> changetaskpri process 6 21
  34.  
  35. simple as that.
  36.